Click or drag to resize

StreamingSubscription Constructor (FolderId, EventType)

Initializes a new instance of the StreamingSubscription class.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public StreamingSubscription(
	FolderId folderId,
	EventType eventType
)

Parameters

folderId
Type: Independentsoft.ExchangeFolderId
The folder identifier.
eventType
Type: Independentsoft.ExchangeEventType
Type of the event.
See Also